@import url'https://fonts.googleapis.com/css?family=Oswald';
@import url'https://fonts.googleapis.com/css?family=Kaushan+Script&subset=latin-ext';
@import url('https://fonts.googleapis.com/css?family=Yesteryear');
@import url('https://fonts.googleapis.com/css?family=Allan&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Aguafina+Script&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oregano');
@import url('https://fonts.googleapis.com/css?family=Jim+Nightshade');

*{
    margin:0;
    padding:0;
}

html,body{
    width:100%;
    height:100%;
    font-size: 14px;
    font-weight: normal;
}

.background{
    width: 100%;
    height: 100%;
    /*opacity: 0.9;*/
    background-image: url('hd-pattern.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow-y: auto;
}

.nav{
    width:350px;
    height: auto;
    /*background-color: gray;*/
    position: absolute;
    top: 20%;
    left: 0;
}

.nav a{
    text-decoration: none;
    font-size: 25px;
    font-family: Oswald,sans-serif;
    font-weight: bold;
    /*width: 100%;*/
    height: 90px;
    margin: 5px 0;
    float: left;
    display: inline-block;
    background-color: black;
    color:white;
    line-height: 90px;
    text-align: center;
    transition: 300ms;
}

a.active, .nav a:hover{
    background-color: white;
    color: black;
    width: 100%;
}

.a{
    width: 95%;
}

.b{
    width: 85%;
}

.c{
    width: 80%;
}

.content{
    position: absolute;
    width: 930px;
    min-height: 500px;
    height: auto;
    /*background-color: red;*/
    right: 0;
    top: 10%; 
}

.home{
    position: absolute;
    /*margin-top: 5px;*/
    right: 0;
    bottom: -100px;
    color:whitesmoke;
    
    text-transform: none;
}

.home h1{
    font-family: 'Oswald', cursive;
    font-size: 80px;
    text-shadow: 20px 0px 50px red;
    padding-right: 85px;
    border-bottom: 3px solid red;
}

.home h3{
    text-align: center;
    /*font-weight: bold;*/
    font-family: 'Allan', cursive;
    color:floralwhite;
    font-size: 35px;
    padding: 5px 0;
    opacity:3
}

.aboutcamp{
    position: absolute;
    right: 0;
    top: 10px;
    color:whitesmoke;
    /*text-shadow: 0px 5px 50px black;*/
    
    padding: 0 0px;
    display:none;
}

.aboutcamp p{
    font-size: 25px;
}


.aboutcamp h1{
    text-shadow: 20px 0px 50px red;
    text-align: center;
    font-size: 65px;
    font-family: 'Allan', cursive;
}

.aboutcamp h3{
    max-width: 900px;
    font-family: 'Jim Nightshade', cursive;
    color:whitesmoke;
    margin-left:0px;
    line-height: 1.5;
    font-size:50px;
    font-size-adjust: auto;
}

.photogallery h4{
    max-width: 800px;
    text-align: center;
    text-shadow: 10px 10px 45px red;
    font-family: 'Allan', cursive;
    color: whitesmoke;
    font-size: 30px;
}

.photogallery{
    position: absolute;
    right: 0;
    top: 10px;
    color:whitesmoke;
    padding: 10 60px;
    display: none;
}

.photogallery .images{
    width: 31%;
    margin: 1%;
    float: left;
}

.images img{
    filter: grayscale(100%);
    width: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transform:scale(1);
    -webkitansform:scale(1);
}

.images img:hover{
    filter: grayscale(0%);
    transform:scale(1.2);
    -webkit-transform:scale(1.5);
}


footer{
    background-color:cornsilk;
    padding: 0 5px 10px 5px;
    margin-top: 5px;
    color:darkorchid;
    border-top: 3px solid red;
    padding: 2px;
    font-weight: normal;
    opacity: 2;
}

.footer p{
    text-align: center;
    margin-bottom: 5px;
    font-size: 25px;
    font-family: 'Yesteryear', cursive;
    margin: 0 0 5px;
    font-weight: normal;
 }

